projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e904d2
)
Maek special keys bold
author
justbur
<justin@burkett.cc>
Tue, 7 Jul 2015 17:27:08 +0000
(13:27 -0400)
committer
justbur
<justin@burkett.cc>
Tue, 7 Jul 2015 17:27:08 +0000
(13:27 -0400)
which-key.el
patch
|
blob
|
history
diff --git
a/which-key.el
b/which-key.el
index 9a45cf188306cfa98aae24573d41629c2895049b..b42279b24582a8ba240fdb41c54921bb4e7f96e7 100644
(file)
--- a/
which-key.el
+++ b/
which-key.el
@@
-68,7
+68,7
@@
location is top or bottom.")
(defvar which-key-group-description-face 'font-lock-keyword-face)
(defvar which-key-command-description-face 'font-lock-function-name-face)
(defface which-key-special-key-face
- `((t . (:inherit ,which-key-key-face :inverse-video t)) )
+ `((t . (:inherit ,which-key-key-face :inverse-video t
:weight bold
)) )
"Face for special keys (SPC, TAB, RET)")
;; Internal Vars